type net/http.http2randomWriteScheduler

7 uses

	net/http (current package)
		h2_bundle.go#L11528: 	return &http2randomWriteScheduler{sq: make(map[uint32]*http2writeQueue)}
		h2_bundle.go#L11531: type http2randomWriteScheduler struct {
		h2_bundle.go#L11544: func (ws *http2randomWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
		h2_bundle.go#L11548: func (ws *http2randomWriteScheduler) CloseStream(streamID uint32) {
		h2_bundle.go#L11557: func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
		h2_bundle.go#L11561: func (ws *http2randomWriteScheduler) Push(wr http2FrameWriteRequest) {
		h2_bundle.go#L11575: func (ws *http2randomWriteScheduler) Pop() (http2FrameWriteRequest, bool) {